home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 12 regular expressions / exprevaluator / assemblyinfo.vb next >
Encoding:
Text File  |  2001-04-21  |  943 b   |  33 lines

  1. Imports System.Reflection
  2. Imports System.Runtime.InteropServices
  3.  
  4.  
  5. ' General Information about an assembly is controlled through the following 
  6. ' set of attributes. Change these attribute values to modify the information
  7. ' associated with an assembly.
  8.  
  9. ' Review the values of the assembly attributes
  10.  
  11. <Assembly: AssemblyTitle("")>
  12. <Assembly: AssemblyDescription("")>
  13. <Assembly: AssemblyCompany("")>
  14. <Assembly: AssemblyProduct("")>
  15. <Assembly: AssemblyCopyright("")>
  16. <Assembly: AssemblyTrademark("")>
  17. <Assembly: AssemblyCulture("")>
  18.  
  19. ' Version information for an assembly consists of the following four values:
  20. '
  21. '      Major Version
  22. '      Minor Version 
  23. '      Revision
  24. '      Build Number
  25. '
  26. ' You can specify all the values or you can default the Build and Revision Numbers 
  27. ' by using the '*' as shown below:
  28.  
  29. <Assembly: AssemblyVersion("1.0.*")>
  30.  
  31. <Assembly: CLSCompliant(True)>
  32. <Assembly: ComVisible(False)>
  33.